-
Re: New (to me) Resources for Doves Type
@"John Savard" Are these the links? * The English Bible : containing the Old Testament & the New, vol. 1-5, 1903-1905. https://www.loc.gov/item/49034965/ * Catalogue raisonné of books p…1 -
Re: IPA: Best practice?
The pysilfont package has a script (https://github.com/silnrsi/pysilfont/blob/master/examples/psftoneletters.py) to draw tone letters and some ligatures. Alternatively, one can also have component gl…2 -
Re: IPA: Best practice?
There are several tiers of IPA:- current standard IPA, which should obviously be supported. These are the symbols defined in the latest IPA chart.- commonly symbols implied by the IPA chart, like the…3 -
Re: Variation Selectors for Ligatures?
You can use U+200D ZERO WIDTH JOINER (ZWJ) or U+200C ZERO WIDTH NON JOINER (ZWNJ) to indicate ligature or non-ligature behaviour at the character level, then it needs to be implemented in the font. T…3 -
Re: Diacritic Mark Suffix
> 1. what is the purpose of acutecomb even though we have plain acute in the set? The plain acute is a spacing mark, it sits next to the letter and has its own advance width. The acutecomb is a no…3